Set up fully-virtualised RTC time zone default to local
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 18 Nov 2005 11:42:59 +0000 (12:42 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 18 Nov 2005 11:42:59 +0000 (12:42 +0100)
time (not UTC).

Signed-off-by: Winston Wang <winston.l.wang@intel.com>
tools/ioemu/vl.c

index b6fb5e923d7ea10dd6e4a957e44012ad2202d7f1..79c885b6efbfd77002f8c18e5d372295ddd33430 100644 (file)
@@ -137,7 +137,7 @@ int adlib_enabled = 1;
 int gus_enabled = 1;
 int pci_enabled = 1;
 int prep_enabled = 0;
-int rtc_utc = 1;
+int rtc_utc = 0;
 int cirrus_vga_enabled = 1;
 int vga_accelerate = 1;
 int graphic_width = 800;